-
Notifications
You must be signed in to change notification settings - Fork 84
[GEN][ZH] Fix VTune GameDataDebug.ini field parse error introduced by #1231 #1245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if this alone fixes all issues that were introduced but as far as I can tell, all the the changes made here are correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should prevent the issue, in my own i only fixed the places which were causing problems without reintroducing vTune as a thing into the debug build.
that was obviously better. We should completely remove vtune in a future pr |
Coincidentally this is how I had the VTune originally but then changed it during the review process. |
yeah but you didn't do what the reviewers asked. You just decided that moving it to profile fixed the issue and marked it as resolved. Even now you're still not removing/disabling the bad code. I gave this an approving review because I think not as bad this way and can still be removed in a future pr whilst making the build work again in the mean time |
The other change was for removing RTS_INTERNAL. Not removing VTune. |
Tested in Generals and Zero Hour with RTS_DEBUG. Worked. |
Yes but it was also not supposed to be for moving vtune into debug |
This change fixes the VTune GameDataDebug.ini field parse error introduced by #1231.